<frameset rows="30%,*">
  <frameset cols="25%,*,25%">
    <frame src="1.html">
    <frame src="2.html">
    <frame src="3.html">
  </frameset>
  <frameset cols="50%,*%">
    <frame src="4.html">
    <frame src="5.html">
  </frameset>
  <noframes>
  <body>
    <!-- alternatywna wersja strony -->
  </body>
  </noframes>
</frameset>